home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Timing / MSCalendar.lha / MSCalendar / src.lzh / Src / DMakefile < prev   
Encoding:
Makefile  |  1991-06-07  |  163 b   |  11 lines

  1. CC = Dcc
  2. CFLAGS = -md -mc -ms -mRR -r -2.0 -v
  3.  
  4. MSCal : cal.o
  5.      $(CC) $(CFLAGS) %(right) -o %(left)
  6.  
  7. cal.o : cal.c
  8.      $(CC) $(CFLAGS) %(right) -o %(left) -c
  9.  
  10.  
  11.